悟空视频

    在线播放云盘网盘BT下载影视图书

    Apache Kafka - 图书

    2013
    导演:Nishant Garg
    Apache Kafka
    图书

    Apache Kafka实战 - 图书

    2018计算机·计算机综合
    导演:胡夕
    本书是涵盖Apache Kafka各方面的具有实践指导意义的工具书和参考书。作者结合典型的使用场景,对Kafka整个技术体系进行了较为全面的讲解,以便读者能够举一反三,直接应用于实践。同时,本书还对Kafka的设计原理及其流式处理组件进行了较深入的探讨,并给出了翔实的案例。 本书共分为10章:第1章全面介绍消息引擎系统以及Kafka的基本概念与特性,快速带领读者走进Kafka的世界;第2章简要回顾了Apache Kafka的发展历史;第3章详细介绍了Kafka集群环境的搭建;第4、5章深入探讨了Kafka客户端的使用方法;第6章带领读者一览Kafka内部设计原理;第7~9章以实例的方式讲解了Kafka集群的管理、监控与调优;第10章介绍了Kafka新引入的流式处理组件。
    Apache Kafka实战
    搜索《Apache Kafka实战》
    图书

    Learning Apache Kafka, Second Edition - 图书

    导演:Nishant Garg
    Learning Apache Kafka, Second Edition
    搜索《Learning Apache Kafka, Second Edition》
    图书

    Apache Kafka Quick Start Guide - 图书

    2018计算机·编程设计
    导演:Raúl Estrada
    Apache Kafka is a great open source platform for handling your real-time data pipeline to ensure high-speed filtering and pattern matching on the fly. In this book, you will learn how to use Apache Kafka for efficient processing of distributed applications and will get familiar with solving everyday problems in fast data and processing pipelines.This book focuses on programming rather than the configuration management of Kafka clusters or DevOps. It starts off with the installation and setting up the development environment, before quickly moving on to performing fundamental messaging operations such as validation and enrichment.Here you will learn about message composition with pure Kafka API and Kafka Streams. You will look into the transformation of messages in different formats, such asext, binary, XML, JSON, and AVRO. Next, you will learn how to expose the schemas contained in Kafka with the Schema Registry. You will then learn how to work with all relevant connectors with Kafka Connect. While working with Kafka Streams, you will perform various interesting operations on streams, such as windowing, joins, and aggregations. Finally, through KSQL, you will learn how to retrieve, insert, modify, and delete data streams, and how to manipulate watermarks and windows.
    Apache Kafka Quick Start Guide
    搜索《Apache Kafka Quick Start Guide》
    图书

    Kafka实战 - 图书

    2023计算机·计算机综合
    导演:迪伦·斯科特 维克托·盖莫夫 戴夫·克莱因
    本书旨在介绍Kafka的核心功能,以及如何在实际项目中使用它。本书主要内容包括Kafka的核心概念,如何使用Kafka Connect设置和执行基本ETL任务,如何将Kafka用于大型数据项目,如何执行管理任务,如何生成和使用事件流,如何在Java应用程序中使用Kafka,如何将Kafka实现为消息队列等。通过阅读本书,读者应该很快就会掌握如何在日常工作流程中使用Kafka,还可以开始深入研究更高级的Kafka主题。 本书适合软件开发人员阅读,也可作为计算机相关专业的教材。
    Kafka实战
    搜索《Kafka实战》
    图书

    Franz Kafka - 图书

    2008
    导演:Peter-André Alt
    Alt的传记被认为优于Stach的三部曲,Alt更注重卡夫卡的艺术生命和精神生活,而Stach则注重发掘卡夫卡完整的日常生活,甚至包括他的性生活情况。
    Franz Kafka
    搜索《Franz Kafka》
    图书

    Franz Kafka - 图书

    2005
    导演:Peter-André Alt
    Alt的传记被认为优于Stach的卡夫卡传三部曲,Alt更注重卡夫卡的艺术生命和精神生活,而Stach则更注重发掘卡夫卡完整的日常生活,甚至包括他的性生活情况。
    Franz Kafka
    搜索《Franz Kafka》
    图书

    Kafka进阶 - 图书

    2022计算机·编程设计
    导演:赵渝强
    本书基于作者多年的教学与实践进行编写,重点介绍Kafka消息系统的核心原理与架构,内容涉及开发、运维、管理与架构。全书共11章,第1章,介绍Kafka体系架构基础,包括消息系统的基本知识、Kafka的体系架构与ZooKeeper;第2章,介绍Kafka的环境部署,以及基本的应用程序开发;第3章,介绍Kafka的生产者及其运行机制,包括生产者的创建和执行过程、生产者的消息发送模式和生产者的高级特性等;第4章,介绍Kafka的消费者及其运行机制,包括消费者的消费模式、消费者组与消费者、消费者的偏移量与提交及消费者的高级特性等;第5章,介绍Kafka服务器端的核心原理,包括主题与分区、消息的持久性与传输保障、Kafka配额与日志的管理;第6章,介绍Kafka的流处理引擎Kafka Stream;第7章,介绍使用不同的工具监控Kafka,包括Kafka Manager、Kafka Tool、KafkaOffsetMonitor和JConsole;第8章至第11章,介绍Kafka与外部系统的集成,包括集成Flink、集成Storm、集成Spark和集成Flume。
    Kafka进阶
    搜索《Kafka进阶》
    图书

    Franz Kafka - 图书

    1995
    导演:Max Brod
    Max Brod, a successful novelist, was a boyhood companion of Kafka's and remained closely tied to him until Kafka's death in 1924. He was undoubtedly the one man whom Kafka trusted more than any other, and it is to Brod, as his literary executor and editor, that we are indebted for rescuing and bringing to light Kafka's work. Out of a lifelong devoted friendship, Brod drew this ...(展开全部)
    Franz Kafka
    搜索《Franz Kafka》
    图书

    Kafka实战 - 图书

    2023计算机·计算机综合
    导演:迪伦·斯科特 维克托·盖莫夫 戴夫·克莱因
    本书旨在介绍Kafka的核心功能,以及如何在实际项目中使用它。本书主要内容包括Kafka的核心概念,如何使用Kafka Connect设置和执行基本ETL任务,如何将Kafka用于大型数据项目,如何执行管理任务,如何生成和使用事件流,如何在Java应用程序中使用Kafka,如何将Kafka实现为消息队列等。通过阅读本书,读者应该很快就会掌握如何在日常工作流程中使用Kafka,还可以开始深入研究更高级的Kafka主题。 本书适合软件开发人员阅读,也可作为计算机相关专业的教材。
    Kafka实战
    搜索《Kafka实战》
    图书
    加载中...